home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 17-3 / NOID!.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-03-15  |  256 b   |  16 lines

  1. @echo off
  2. echo off
  3. cls
  4. if exist noidins.exe goto vervolg1
  5. echo Bestand NOIDINS.EXE niet gevonden!
  6. goto einde
  7. :vervolg1
  8. noidins.exe
  9. cls
  10. if exist noid.exe goto vervolg2
  11. echo Bestand NOID.EXE niet gevonden!
  12. goto einde
  13. :vervolg2
  14. noid.exe
  15. :einde
  16.